* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
Pino Toscano [Wed, 28 Dec 2022 07:59:18 +0000 (07:59 +0000)]
libappimage (1.0.4-4) unstable; urgency=medium
* Team upload.
* Drop patch update_cmake_to_look_for_dependency_targets.patch: in addition
to a typo that makes libappimageConfig.cmake an invalid cmake script,
the XdgUtils libraries are not actually exposed as public dependencies.
* Update the dependencies of libappimage-dev to reflect what is actually
searched by the cmake scripts:
- drop xdg-utils-cxx
- explicitly add libglib2.0-dev, and zlib1g-dev
* Hack my previous hack in the patch enable_debianabimanager.diff to make sure
that CMAKE_BUILD_TYPE is set at the of the top-level CMakeLists.txt as it
was passed to cmake; this fixes the generation of the cmake configuration
files for the exported targets.